detectors/openshift: add Openshift resource detector - #9499
Open
paulojmdias wants to merge 2 commits into
Open
Conversation
paulojmdias
requested review from
a team,
MrAlias,
XSAM,
dashpole,
dmathieu and
pellared
as code owners
August 17, 2026 20:47
paulojmdias
marked this pull request as draft
August 17, 2026 20:53
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #9499 +/- ##
=======================================
- Coverage 84.5% 84.5% -0.1%
=======================================
Files 203 204 +1
Lines 16805 16927 +122
=======================================
+ Hits 14215 14318 +103
- Misses 2110 2128 +18
- Partials 480 481 +1
🚀 New features to boost your workflow:
|
paulojmdias
marked this pull request as ready for review
August 17, 2026 21:24
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Ports the Openshift resource detector from
processor/resourcedetectionprocessor/internal/openshiftinopentelemetry-collector-contribto a new standalone Go modulego.opentelemetry.io/contrib/detectors/openshift.Also registers the detector in
detectors/autodetectasIDOpenShift("openshift").I'm proposing to be a codeowner of this detector as I am currently on the collector-contrib side.
Fixes #8955
Relates #8940